net/http.loggingConn.LocalAddr (method, view implemented interface methods)

4 uses

	net/http (current package)
		h2_bundle.go#L4407: 	ctx = context.WithValue(ctx, LocalAddrContextKey, c.LocalAddr())
		server.go#L1941: 	ctx = context.WithValue(ctx, LocalAddrContextKey, c.rwc.LocalAddr())

	net
		net.go#L135: 	LocalAddr() Addr

	crypto/tls
		conn.go#L134: 	return c.conn.LocalAddr()